Skip to main content
Version: 5.2.0.1

Remote Monitoring

Group "Remote Monitoring"​

This group contains settings for HTTP tunneling.
They are divided into local settings (applied on the Orchestra node that opens the tunnel) and remote settings (applied on the node that accepts remote monitoring).


Local Settings​

ParameterDescription
cell.tunnel.certificate.requiredDefines whether certificate-based authentication is required (true) or not. If enabled, the browser must provide a certificate that Orchestra can authenticate.
cell.tunnel.socket.timeoutTimeout in seconds before an inactive tunnel connection is automatically released.

Remote Settings​

ParameterDescription
cell.tunnel.modeIndicates whether the current node accepts monitoring over a tunnel (CLIENT) or not (DISABLED).
cell.tunnel.client.http.portHTTP port of the local Orchestra monitor.
cell.tunnel.socket.port.startIf set to 0, a proxy port is chosen automatically. Otherwise, defines the first port of the allowed port range.
cell.tunnel.socket.port.rangeNumber of ports available for proxy connections. The port range is [start, start + range].
cell.tunnel.client.http.protocolProtocol used when accessing the local Orchestra monitor. If set to TCP, an unsecured connection is established.
cell.tunnel.client.http.url.fragmentURL path fragment used when accessing the Orchestra monitor on the client node.